func github.com/refraction-networking/utls.parseECHConfig

3 uses

	github.com/refraction-networking/utls (current package)
		ech.go#L59: func parseECHConfig(enc []byte) (skip bool, ec echConfig, err error) {
		ech.go#L143: 		skip, ec, err := parseECHConfig(s)
		ech.go#L580: 		skip, config, err := parseECHConfig(echKey.Config)